Specifies that all the keystrokes are send as fast as possible to the destination application. In some cases, the application receiving the keystrokes is not able to respond to all of them in time and some maybe lost (it means that the macro is not functioning properly).
Syntax:
<faston>
Example:
<#> This macro shows how to use 'faston' command.
<#>
<execappex>("notepad.exe","","",0,0)<waitfor>("WIN","ACT","Notepad",10,0)<fastoff>This text is being inserted
slower...
<faston>...and this text is being inserted faster.